home *** CD-ROM | disk | FTP | other *** search
- *-----------------------------------------------------------------------
- * There are only 4 valid script commands.
- * They are WaitFor, SendTxt, SendKey and Delay.
- *
- * Note SendKey 13 is the same as SendKey $0D. Both are the enter key.
- *-----------------------------------------------------------------------
-
- *-----------------------------------
- * Script file for IBM 3708 dialups
- *-----------------------------------
-
- Delay 3
- SendKey 13
-
- * Enter the terminal type (VT100)
- WaitFor ===>
- SendTxt 5
-
- * Enter the connection
- WaitFor ===>
- SendTxt 1
-
- WaitFor DATE:
- SendTxt USERID PASSWORD
-
-